func github.com/andybalholm/brotli.parseAccept

2 uses

	github.com/andybalholm/brotli (current package)
		http.go#L38: 	specs := parseAccept(r.Header, "Accept-Encoding")
		http.go#L61: func parseAccept(header http.Header, key string) (specs []acceptSpec) {